home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / avahi-autoipd.prerm < prev    next >
Encoding:
Text File  |  2009-03-23  |  82 b   |  9 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "remove" ]; then
  4.     avahi-autoipd --kill || true
  5. fi
  6.  
  7.  
  8.  
  9.